Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main/fzf: install fzf-tmux #3049

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ttyyls
Copy link
Contributor

@ttyyls ttyyls commented Oct 5, 2024

No description provided.

main/fzf/template.py Outdated Show resolved Hide resolved
@ttyyls ttyyls changed the title main/fzf: install extra scripts main/fzf: install fzf-tmux Oct 5, 2024
@q66
Copy link
Member

q66 commented Oct 5, 2024

actually that's explicitly a bash script so it needs to be split (as fzf-tmux)

and the package needs to depend on bash and tmux (maybe install_if with these two too)

and it needs a subdesc

@ttyyls ttyyls force-pushed the fzf-extra branch 3 times, most recently from c0073fc to 51d343e Compare October 5, 2024 22:59
main/fzf/template.py Outdated Show resolved Hide resolved
main/fzf/template.py Outdated Show resolved Hide resolved
@ttyyls ttyyls force-pushed the fzf-extra branch 2 times, most recently from 798d730 to f947ad3 Compare October 6, 2024 20:50
self.depends = [self.parent, "bash", "tmux"]
self.install_if = [self.parent, "bash", "tmux"]

return ["usr/bin/fzf-tmux", "usr/share/man/man1/fzf-tmux.1"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can just use cmd:fzf-tmux here (should be good after this, unless q66 has something to say perhaps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants